home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Labels.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  1KB  |  53 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Labels" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains settings for Writer documents used as labels.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="LabelType">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Contains the properties used for a label.</desc>
  16.             </info>
  17.             <prop oor:name="Name" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Contains the descriptive name for the label format.</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="Measure" oor:type="xs:string">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Contains the measurement data of the label concatenated by a colon (;) in the following order: No of Rows;No. Of Columns; Width; Height; Hor. Distance; Vert. Distance;Left margin;Upper margin; At the end a '1' is append if the label type is continuous otherwise a '0'.</desc>
  29.                 </info>
  30.             </prop>
  31.         </group>
  32.         <set oor:name="Labels" oor:node-type="LabelType">
  33.  
  34.             <info>
  35.  
  36.                 <desc>Specifies a set of labels of a manufacturer.</desc>
  37.             </info>
  38.         </set>
  39.     </templates>
  40.     <component>
  41.  
  42.         <set oor:name="Manufacturer" oor:node-type="Labels">
  43.  
  44.             <info>
  45.  
  46.                 <desc>Contains the list of label manufacturers.</desc>
  47.                 <label>Available Manufacturers</label>
  48.             </info>
  49.         </set>
  50.     </component>
  51. </oor:component-schema>
  52.  
  53.